.footerbody { width: 100%; height: auto; background: #373737; position: relative;display: flex;flex-direction: column;align-items: center; }

.h5FooterTitleList {display: none;}

.footerbody .list { width: 1200px; height: 301px; display: flex;justify-content: space-between;  padding-top: 40px; box-sizing: border-box; }

.footerbody .list .one { display: flex; flex-direction: column; }

.footerbody .list .one .name { font-family: Alibaba PuHuiTi 2.0; font-size: 18px; font-weight: normal; line-height: normal; letter-spacing: 0em; font-variation-settings: "opsz" auto; font-feature-settings: "kern" on; color: #FFFFFF; margin-bottom: 24px; }

.footerbody .list .one .name:hover { color: #D3192B !important; }

.footerbody .list .one .line { display: flex; flex-direction: column;}
.footerbody .list .two .line { margin-right: 36px; }

.footerbody .list .one .line a,
.footerbody .list .one .line span { opacity: 0.8; font-family: Alibaba PuHuiTi 2.0; font-size: 14px; font-weight: normal; line-height: normal; letter-spacing: 0em; font-variation-settings: "opsz" auto; font-feature-settings: "kern" on; color: #FFFFFF; margin-bottom: 12px; }

.footerbody .list .one .line a:hover { color: #D3192B !important; }

.footerbody .list .one .line img { width: 96px; height: 96px; padding-top: 12px; }

.footerbody .list .one .lines { display: flex; }

.footerbody .footer { width: 100%; height: 68px; line-height: 68px; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.1); }

.footerbody .footer span { opacity: 0.8; font-family: Alibaba PuHuiTi 2.0; font-size: 14px; font-weight: normal; line-height: normal; letter-spacing: 0em; font-variation-settings: "opsz" auto; font-feature-settings: "kern" on; color: #FFFFFF; }

@media (max-width: 750px) { 
  .footerbody { width: 100%; height: auto; }
  .footerbody .list { display: block; width: 100%; height: auto; flex-wrap: wrap; justify-content: space-between; padding: 20px 0 20px 20px; }
  .footerbody .list .one { margin-right: 5px; }
  .footerbody .list .one:nth-child(1) { display: none; }
  .footerbody .list .one:nth-child(2) { display: none; }
  .footerbody .list .one:nth-child(4) .name { display: none; }
  .footerbody .list .one .line { margin-right: 5px; } 
  .footerbody .list .one .name { font-size: .33rem; }
  .footerbody .list .one .line a,
  .footerbody .list .one .line span { font-size: .25rem; margin-bottom: .2rem; }
  .footerbody .footer span { font-size: .25rem; }
  .h5FooterTitleList { display: flex; padding-right: 20px; justify-content: space-between; }
  .h5FooterTitleList a { font-size: .33rem; color: #fff; border-right: 1px solid rgba(216, 216, 216, .2); line-height: .33rem; padding-right: 0.18rem; margin-bottom: .5rem;}
  .h5FooterTitleList a:last-child { border: none; }
  .footerbody .footer { height: 1rem; line-height: 1rem; }
}
